@charset "UTF-8";
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family:"微软雅黑",microsoft yahei,Arial,Helvetica,sans-serif;
}
body{
	background:url(../img/bg.jpg) no-repeat;
}
a{  
	color:#333;
	text-decoration: none;
}
ul{
	list-style-type: none;
}
@media screen and (min-width:1000px){
.main{
	width:1200px;
	margin:0 auto;
}
.banner{
	width:1200px;
	margin: 0 auto;
	padding-top:12px;
	background:#fff;
	overflow:hidden;
}
}
@media screen and (max-width:999px){
.main{
	width:100%;
}
.banner{
	width:100%;
	margin: 0 auto;
	padding-top:12px;
	background:#fff;
	overflow:hidden;
}
}
.ofh{
	overflow: hidden;
}
header{
	width:100%;
	overflow:hidden;
}
.logo{
	width:70%;
	padding:60px 0;
	float:left;
}
nav{
	background:#ad0700;
	height:60px;
	line-height:60px;
	overflow:hidden;
}
nav ul li{
    float: left;
    width:10%;
    text-align:center;
}
nav ul li a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.headb{
	padding:0 12px;
	background:#fff;
	height:60px;
	overflow:hidden;
}
.dtimes{
	width:60%;
	float:left;
	line-height:60px;
}
.dtimes b{
	margin-right:20px;
}
.search{
	width:35%;
	padding-top:10px;
	float:right;
	overflow:hidden;
}
.disn{
	display: none;
}
.input-group{
	width:100%;
	border: 1px solid #ddd;
	border-radius:4px;
	height:42px;
	background:#fff;
	overflow:hidden;
}
.fc-search-keyword{
	width:90%;
	height:40px;
	line-height:40px;
	float:left;
	padding:0 12px;
	border: none;
	outline:none;
}
.sbtn{
	width:10%;
	height:40px;
	font-size:24px;
	text-align:center;
	background:url(../img/sbtn.png) no-repeat;
	outline:none;
	border:none;
}
.sbtno{
	float:right;
	width:10%;
	height:40px;
	font-size:24px;
	text-align:center;
	background:#e83936;
	color: #fff;
	outline:none;
	border:none;
	margin-right:-2px;
}
.swiper{
	width:60%;
	height:395px;
	float:left;
	overflow:hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swt ul li{
	width:20%;
	padding:0 1%;
	float:left;
	overflow:hidden;
}
.swt img{
	width:100%;
}
.ngroup{
	width:40%;
	padding:0 12px;
	float:right;
	overflow:hidden;
}
.ngtop{
	border-top:4px solid #cdcdcd;
	background:#fbfbfb;
    height:50px;
    line-height:50px;
    border-bottom:1px solid #e5e5e5;
}
.ngtop ul li{
	float:left;
	width:25%;
	font-size:16px;
	cursor: pointer;
	text-align:center;
}
.ngtop ul li.active{
	height:50px;
	background:#fff;
	border-top:4px solid #ab0a00;
	color:#ab0a00;
	font-weight:bold;
	margin-top:-4px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.nglist{
	width:100%;
	padding:20px 0;
	overflow:hidden;
}
.nglist ul li{
	width:100%;
	display:inline-block;
	height:36px;
	line-height:36px;
	border-bottom:1px dashed #e5e5e5;
	overflow:hidden;
}
.nglist ul{
	display:none;
}
.nglist ul:nth-child(1){
	display:block;
}
.nglist ul li span{
	float:right;
}
.fads{
	margin:12px 0;
	overflow:hidden;
}
.fads ul li{
	width:48%;
	float:left;
	margin-right:2%;
}
.fads ul li:nth-child(2){
	margin-right:0;
}
.mserver{
    width:100%;
    padding:12px;
    background:#f5f5f5;
    margin-bottom:20px;
    overflow:hidden;
}
.pservice{
	width:66%;
	float:left;
	overflow:hidden;
}
.p_s_title{
	width:100%;
	height:60px;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
}
.p_s_title span{
	margin-left:20px;
	font-size:14px;
	font-weight:normal;
}
.p_s_title .more{
	float:right;
	width:66px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:8px;
	background:#ee7a01;
	margin-top:25px;
	border-radius:3px;
	display:block;
}
.more a{
	color:#fff;
}
.p_s_box{
    width:100%;
    background:#fff;
    overflow:hidden;
}
.p_s_nav{
	width:20%;
	float:left;
}
.p_s_nav ul li{
    width:100%;
    height:100px;
    background:#edebec;
    color:#000;
    display:inline-block;
    border-top:2px solid #fff;
    text-align:center;
    position:relative;
}
.p_s_nav ul li.active{
	background:#ae0701;
}
.p_s_nav ul li i{
	display:block;
	font-size:30px;
	height:30px;
	line-height:30px;
	margin-top:24px;
	margin-bottom:6px;
	text-align:center;
	color:#bfb9b7;
}
.p_s_nav ul li.active i{
	color:#fff;
}
.p_s_nav ul li b{
	width:16px;
	height:16px;
	background:#ae0701;
	position:absolute;
	right:-8px;
	top:50%;
	margin-top:-8px;
	transform: rotate(45deg);
	display:none;
}
.p_s_nav ul li p{
	width:100%;
	text-align:center;
}
.p_s_nav ul li.active p{
	color:#fff;
}
.p_s_nav ul li.active b{
	display:block;
}
.p_s_list{
	width:76%;
	height:300px;
	float:right;
	border-left:2px solid #ddd9da;
	padding:0 20px;
}
.p_s_list ul li{
	width:100%;
	list-style-type: none;
	height:60px;
	line-height:60px;
	display: inline-block;
	position: relative;
}
.p_s_list ul li i{
	width:12px;
	height:12px;
	background:#ddd9da;
	border-radius:6px;
	display:block;
	position:absolute;
	left:-27px;
	top:50%;
	margin-top:-6px;
}
.p_s_list ul li a{
	width:100%;
	height:60px;
	line-height:60px;
	display: inline-block;
    border-bottom:1px dashed #ccc;
}
.p_s_list ul li span{
	float:right;
}
.p_i_g{
	width:31%;
	float:right;
	overflow:hidden;
}
.p_i_g_box{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.p_i_g_box a:nth-child(2){
	float:right;
}
.p_i_g_cbox{
	width:100%;
	overflow:hidden;
}
.p_i_g_box a{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.links{
	width:100%;
	background:#eee;
	border-top:3px solid #d30001;
	border-bottom:3px solid #d30001;
	overflow:hidden;
}
.links h3{
	width:160px;
	height:42px;
	line-height:42px;
	text-align:center;
	background-image:linear-gradient(#d30001,#f30);
	border-radius: 0 0 40px 0;
	color:#fff;
	font-size:16px;
	letter-spacing: 1px;
	overflow:hidden;
}
.links ul{
	width:100%;
	padding:20px 12px;
	overflow:hidden;
}
.links ul li{
	float:left;
	height:30px;
	line-height:30px;
	margin-bottom:12px;
	width:10%;
	text-align:center;
	overflow:hidden;
}
footer{
	width:100%;
	background:#a3a3a3;
	margin-top:30px;
	padding:30px 0;
	overflow:hidden;
}
.ftext{
	width:70%;
	padding-top:30px;
	float:left;
}
.ftext p{
	width:100%;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	color:#fff;
}
.ftext a{
	color:blue;
	font-weight:bold;
	margin-right:10px;
}
.wchat{
	width:30%;
	float:right;
}
.wchat ul li{
	width:48%;
	margin:0 1%;
	float:left;
}
.sonnav{
	width:23%;
	float:left;
	background:#f6f7fb url(../img/sonnavbg.jpg) 0 0 no-repeat;
	background-size:100%;
	overflow:hidden;
}
.sonnav h3{
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:30px;
	color:#f4620c;
}
.sonnav ul{
	margin:40px auto 20px;
	width:90%;
	min-height:600px;
	overflow:hidden;
}
.sonnav ul li{
	width:100%;
	border:1px solid #ddd;
	height:60px;
	line-height:60px;
	background:#fff;
	margin-bottom:12px;
	overflow:hidden;
}
.sonnav ul li:hover,.sonnav ul li.active{
	background:#ae0700;
}
.sonnav ul li a{
	width:100%;
	height:60px;
    padding-left:30px;
    display:block;
}
.sonnav ul li:hover a,.sonnav ul li.active a{
	color: #fff;
}
.sonbox{
	width:77%;
	float:left;
	overflow:hidden;
}
.sontop{
	width:100%;
	height:80px;
	background:#f5f7fa;
	border-top:1px solid #ddd;
	padding:0 20px;
	overflow:hidden;
}
.cname{
	width:18%;
	background:#19b05f;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff;
	margin-top:18px;
	float:left;
	position: relative;
}
.cname i{
	width:12px;
	height:12px;
	background:#19b05f;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-6px;
	bottom:-6px;
	transform:rotate(45deg);
}
.spoint{
	float:right;
	line-height:80px;
	text-align:right;
}
.spoint ul li{
	float:left;
}
.spoint ul li a{
	color:#999;
	margin-right:8px;
}
.soncontent{
	width:100%;
	padding:30px;
	height:660px;
	border-right:1px solid #f9f9f9;
	overflow-y:auto;
}
.scontent{
	width:100%;
	background:#fff url(../img/contentbg.jpg) 0 0 no-repeat;
	padding:30px;
	min-height:600px;
	overflow:hidden;
	line-height:32px;
}
.sonlist{
	width:100%;
	padding:30px;
	min-height: 600px;
	border-right:1px solid #f9f9f9;
	overflow:hidden;
}
.sonlist ul li{
	width:100%;
	height:50px;
	border-bottom:1px dashed #f3f3f3;
	padding-bottom:20px;
	list-style-type: circle;
}
.sonlist ul li span{
	float:right;
}
.sontitle{
	width:800px;
	text-align:center;
	font-size:30px;
	color:#f4620c;
	font-weight:bold;
	margin:0 auto 30px;
	line-height:40px;
}
.sontime{
	color:#888;
	width:100%;
	height:30px;
	text-align:center;
	margin-bottom:20px;
}
.pages{
	width:100%;
	height:40px;
	padding-left:20px;
	overflow:hidden;
}
.pages ul li{
	float:left;
	padding:2px 5px;
	border:1px solid #ddd;
	margin-right:10px;
	background:#f3f3f3;
	border-radius:3px;
	overflow:hidden;
}
.gsearch{
	padding:20px 0 0;
	overflow:hidden;
}
.gsearch ul li{
	width:100%;
	list-style-type:circle;
    margin-bottom:12px;
    border-bottom: 1px dashed #ddd;
    padding-bottom:12px;
    display:inline-block;
    overflow:hidden;
}
.mpage{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.mpage ul li{
	float:left;
	padding:4px 8px;
	border:1px solid #ddd;
	border-radius:4px;
	background:#f3f3f3;
	margin-right:12px;
	overflow:hidden;
}